function Shortcut() { this.userId="" this.moduleId="" this.serviceId="" this.description="" this.status="" } function CustomerService() { this.userId="" this.serviceDesc="" this.serviceId="" this.serviceUrl="" this.module="" this.enabledFlag="true" this.accounts=new Array() } function PageLabel() { this.fontType="" this.fontSize="" this.fontEmphasis="" this.fontInclination="" this.fontColour="" this.fontUnderline="" this.alignment="" } function SectionLabel() { this.fontType="" this.fontSize="" this.fontEmphasis="" this.fontInclination="" this.fontColour="" this.fontUnderline="" this.alignment="" } function BlockLabel() { this.fontType="" this.fontSize="" this.fontEmphasis="" this.fontInclination="" this.fontColour="" this.fontUnderline="" this.alignment="" } function ColumnLabel() { this.fontType="" this.fontSize="" this.fontEmphasis="" this.fontInclination="" this.fontColour="" this.fontUnderline="" this.alignment="" } function Links() { this.fontType="" this.fontSize="" this.fontEmphasis="" this.fontInclination="" this.fontColour="" this.fontUnderline="" } function Text() { this.fontType="" this.fontSize="" this.fontEmphasis="" this.fontInclination="" this.fontColour="" this.fontUnderline="" } function TransactionBlock() { this.blockId="" this.backgroundImage="" this.bodyTextAlignment="" this.pageLabel = new PageLabel() this.sectLabel = new SectionLabel() this.blockLabel = new BlockLabel() this.columnLabel = new ColumnLabel() this.links = new Links() this.text = new Text() this.size="" this.position="" } function Menu() { this.svrID="" this.svrDesc="" this.type="" this.level="" this.status="" this.module="" } function Alert() { this.text="" this.url="" } function News() { this.text="" this.url="" } function MyTxn() { this.text="" this.url="" } function RelLink() { this.text="" this.url="" } /** Portal Framework functionality */ var CurrentPortletScheme="" var CurrentPortalObject="" var CurrentContentBgColour="" function Portal() { this.portalId="" this.name="" this.description="" this.product="" this.defaultContentURL="" this.frameContentURL="" this.noFrameContentURL="" this.errorURL="" this.suspendURL="" this.defaultPortal="" this.headerLayout = new Layout() this.contentLayout = new Layout() this.footerLayout = new Layout() this.defaultColourScheme = new ColourScheme() this.portalColourMap = new Array() } function PortalColourMap() { this.portalId="" this.schemeId="" this.defaultColourScheme="" this.colourScheme = new Array() } function Layout() { this.layoutId="" this.name="" this.description="" this.type="" this.contentURL="" this.errorURL="" this.noOfColumns="" this.layoutColumnInfo = new Array() this.layoutPortletMap = new Array() } function LayoutColumnInfo() { this.layoutId="" this.columnNumber="" this.columnSize="" } function LayoutPortletMap() { this.layoutId="" this.portletId="" this.title="" this.xPosition="" this.yPosition="" this.closeAllowed="" this.floatable="" this.mandatory="" this.visible="" this.loginReq="" this.schemeId="" this.portlet = new Array() this.colourScheme = new Array() } function Portlet() { this.portletId="" this.name="" this.title="" this.width="" this.contentURL="" this.maximizeURL="" this.maximizeURLModule="" this.maximizeURLPurpose="" this.minimizeURL="" this.minimizeURLModule="" this.minimizeURLPurpose="" this.helpURL="" this.helpURLModule="" this.helpURLPurpose="" this.bannerURL="" this.editURL="" this.iconURL="" this.moduleId="" this.purpose="" this.closeAllowed="" this.floatable="" this.mandatory="" this.visible="" this.loginReq="" this.schemeId="" this.colourScheme = new Array() } function ColourScheme(){ this.recnumber="" this.schemeId="" this.defaultColour="" this.imageDir="" this.titleBgColour="" this.titleFgColour="" this.titleFont="" this.titleFontSize="" this.titleFontStyle="" this.titleAlignment="" this.bannerBgColour="" this.bannerFgColour="" this.bannerFont="" this.bannerFontSize="" this.bannerFontStyle="" this.bannerAlignment="" this.contentBgColour="" this.contentFgColour="" this.contentFont="" this.contentFontSize="" this.contentFontStyle="" this.contentAlignment="" this.borderColour="" this.borderSize="" this.dataVersion="" } function TextItem() { this.key="" this.value="" } function UBSecurityStore() { this.challenge='' this.errorCode='' this.errorMsg='' } function InboxPortlet() { this.inboxDet = new Array(); this.errorCode="" this.statusCode="" this.errorMessage="" } /*function InboxStatus() { this.remarks="" this.inboxID="" this.description="" } function NewMailInbox() { this.inboxID="" this.description="" this.numberOfMails="" } function InboxList() { this.description="" this.inboxID="" }*/ function InboxDetails(){ this.inboxId="" this.desc="" this.newMail="" this.quota="" }